ComponentOne Xamarin.Android
GetLoadedItems Method (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : GetLoadedItems Method
Returns the items that has be loaded so far.
Syntax
'Declaration
 
<IteratorStateMachineAttribute(C1.CollectionView.C1WrapCollectionView`2/d__67)> 
Public Overridable Function GetLoadedItems() As IEnumerable(Of ILoadedItem(Of T))
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim value As IEnumerable(Of ILoadedItem(Of T))
 
value = instance.GetLoadedItems()
[IteratorStateMachine(C1.CollectionView.C1WrapCollectionView`2/d__67)] 
public virtual IEnumerable<ILoadedItem<T>> GetLoadedItems()
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members